aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-31fs: Remove old freezing mechanismJan Kara2-6/+0
2012-07-31ext2: Implement freezingJan Kara2-1/+37
2012-07-31btrfs: Convert to new freezing mechanismJan Kara4-5/+14
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara3-10/+15
2012-07-31ntfs: Convert to new freezing mechanismJan Kara1-1/+2
2012-07-31fuse: Convert to new freezing mechanismJan Kara1-2/+2
2012-07-31gfs2: Convert to new freezing mechanismJan Kara2-12/+7
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara4-5/+29
2012-07-31xfs: Convert to new freezing codeJan Kara10-16/+109
2012-07-31ext4: Convert to new freezing mechanismJan Kara3-29/+23
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara5-23/+26
2012-07-31fs: Skip atime update on frozen filesystemJan Kara1-2/+6
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara5-24/+85
2012-07-31fs: Improve filesystem freezing handlingJan Kara2-28/+373
2012-07-31switch the protection of percpu_counter list to spinlockAl Viro1-7/+7
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara6-46/+64
2012-07-31btrfs: Push mnt_want_write() outside of i_mutexJan Kara1-12/+11
2012-07-31fat: Push mnt_want_write() outside of i_mutexJan Kara1-8/+7
2012-07-31fs: Push mnt_want_write() outside of i_mutexJan Kara1-21/+25
2012-07-31mm: Make default vm_ops provide ->page_mkwrite handlerJan Kara3-0/+21
2012-07-31mm: Update file times from fault path only if .page_mkwrite is not setJan Kara1-7/+7
2012-07-31sysfs: Push file_update_time() into bin_page_mkwrite()Jan Kara1-0/+2
2012-07-31gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara1-0/+3
2012-07-319p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara1-0/+3
2012-07-31ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara1-0/+3
2012-07-31fs: Push file_update_time() into __block_page_mkwrite()Jan Kara1-0/+6
2012-07-31fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()Jan Kara1-0/+2
2012-07-31simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() earlyAl Viro1-22/+29
2012-07-30fix O_EXCL handling for devicesAl Viro1-2/+2
2012-07-29lockd: handle lockowner allocation failure in nlmclnt_proc()Al Viro1-0/+5
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro4-8/+4
2012-07-29fs: add link restriction audit reportingKees Cook3-0/+27
2012-07-29fs: add link restrictionsKees Cook4-0/+184
2012-07-29vfs: don't let do_last pass negative dentry to audit_inodeJeff Layton1-2/+3
2012-07-29brcm80211: pointless current->files passed to filp_close()Al Viro1-1/+1
2012-07-29sound_firmware: don't pass crap to filp_close()Al Viro1-4/+4
2012-07-29gadgetfs: clean upAl Viro2-10/+8
2012-07-29slightly reduce lossage in gdm72xxAl Viro2-17/+12
2012-07-29slightly reduce idiocy in drivers/staging/bcm/Misc.cAl Viro1-26/+5
2012-07-29consolidate pipe file creationAl Viro4-65/+34
2012-07-29take grabbing f->f_path to do_dentry_open()Al Viro1-4/+2
2012-07-29uninline file_free_rcu()Al Viro1-1/+1
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro1-7/+6
2012-07-29sanitize ecryptfs_lookup()Al Viro1-13/+4
2012-07-29clean unix_bind() up a bitAl Viro1-45/+43
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_create() resp.Al Viro3-50/+18
2012-07-29mknod: take sanity checks on mode into the very beginningAl Viro1-5/+3
2012-07-29new helper: done_path_create()Al Viro6-30/+21
2012-07-29pull unlock+dput() out into do_spu_create()Al Viro2-16/+11
2012-07-29spufs: pull unlock-and-dput() up into spufs_create()Al Viro1-23/+10