Skip to content
GitLab
Explore
Sign in
Commits · 39263d5e71d0fad09eab0d855a9407ad2af8378c
linux
Browse files
Jul 31, 2012
gfs2: Convert to new freezing mechanism
· 39263d5e
Jan Kara
authored
Jun 12, 2012
39263d5e
ocfs2: Convert to new freezing mechanism
· fef6925c
Jan Kara
authored
Jun 12, 2012
fef6925c
xfs: Convert to new freezing code
· d9457dc0
Jan Kara
authored
Jun 12, 2012
d9457dc0
ext4: Convert to new freezing mechanism
· 8e8ad8a5
Jan Kara
authored
Jun 12, 2012
8e8ad8a5
fs: Protect write paths by sb_start_write - sb_end_write
· 14da9200
Jan Kara
authored
Jun 12, 2012
14da9200
fs: Skip atime update on frozen filesystem
· 5d37e9e6
Jan Kara
authored
Jun 12, 2012
5d37e9e6
fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
· eb04c282
Jan Kara
authored
Jun 12, 2012
eb04c282
fs: Improve filesystem freezing handling
· 5accdf82
Jan Kara
authored
Jun 12, 2012
5accdf82
switch the protection of percpu_counter list to spinlock
· d87aae2f
Al Viro
authored
Jul 31, 2012
d87aae2f
Jul 30, 2012
nfsd: Push mnt_want_write() outside of i_mutex
· 4a55c101
Jan Kara
authored
Jun 12, 2012
4a55c101
btrfs: Push mnt_want_write() outside of i_mutex
· e7848683
Jan Kara
authored
Jun 12, 2012
e7848683
fat: Push mnt_want_write() outside of i_mutex
· e24f17da
Jan Kara
authored
Jun 12, 2012
e24f17da
fs: Push mnt_want_write() outside of i_mutex
· c30dabfe
Jan Kara
authored
Jun 12, 2012
c30dabfe
mm: Make default vm_ops provide ->page_mkwrite handler
· 4fcf1c62
Jan Kara
authored
Jun 12, 2012
4fcf1c62
mm: Update file times from fault path only if .page_mkwrite is not set
· 41c4d25f
Jan Kara
authored
Jun 12, 2012
41c4d25f
sysfs: Push file_update_time() into bin_page_mkwrite()
· 14ae417c
Jan Kara
authored
Jun 12, 2012
14ae417c
gfs2: Push file_update_time() into gfs2_page_mkwrite()
· a63e9b2e
Jan Kara
authored
Jun 12, 2012
a63e9b2e
9p: Push file_update_time() into v9fs_vm_page_mkwrite()
· 120c2bca
Jan Kara
authored
Jun 12, 2012
120c2bca
ceph: Push file_update_time() into ceph_page_mkwrite()
· 3ca9c3bd
Jan Kara
authored
Jun 12, 2012
3ca9c3bd
fs: Push file_update_time() into __block_page_mkwrite()
· 5e8830dc
Jan Kara
authored
Jun 12, 2012
5e8830dc
fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()
· 183fef91
Jan Kara
authored
Jun 12, 2012
183fef91
simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() early
· 64894cf8
Al Viro
authored
Jul 31, 2012
64894cf8
fix O_EXCL handling for devices
· f8310c59
Al Viro
authored
Jul 30, 2012
f8310c59
Jul 29, 2012
lockd: handle lockowner allocation failure in nlmclnt_proc()
· bf884891
Al Viro
authored
Jul 29, 2012
bf884891
lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()
· 446945ab
Al Viro
authored
Jul 26, 2012
446945ab
fs: add link restriction audit reporting
· a51d9eaa
Kees Cook
authored
Jul 25, 2012
a51d9eaa
fs: add link restrictions
· 800179c9
Kees Cook
authored
Jul 25, 2012
800179c9
vfs: don't let do_last pass negative dentry to audit_inode
· 3134f37e
Jeff Layton
authored
Jul 25, 2012
3134f37e
brcm80211: pointless current->files passed to filp_close()
· 0b5306b3
Al Viro
authored
Jul 22, 2012
0b5306b3
sound_firmware: don't pass crap to filp_close()
· 58609306
Al Viro
authored
Jul 22, 2012
58609306
gadgetfs: clean up
· 20818a0c
Al Viro
authored
Jul 22, 2012
20818a0c
slightly reduce lossage in gdm72xx
· 09fada5b
Al Viro
authored
Jul 22, 2012
09fada5b
slightly reduce idiocy in drivers/staging/bcm/Misc.c
· 32aecdd3
Al Viro
authored
Jul 22, 2012
32aecdd3
consolidate pipe file creation
· e4fad8e5
Al Viro
authored
Jul 21, 2012
e4fad8e5
take grabbing f->f_path to do_dentry_open()
· b5bcdda3
Al Viro
authored
Jul 20, 2012
b5bcdda3
uninline file_free_rcu()
· 5c33b183
Al Viro
authored
Jul 20, 2012
5c33b183
ecryptfs_lookup_interpose(): allocate dentry_info first
· 0b1d9011
Al Viro
authored
Jul 20, 2012
0b1d9011
sanitize ecryptfs_lookup()
· bc65a121
Al Viro
authored
Jul 20, 2012
bc65a121
clean unix_bind() up a bit
· faf02010
Al Viro
authored
Jul 20, 2012
faf02010
pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp.
· a8104a9f
Al Viro
authored
Jul 20, 2012
a8104a9f
Loading