summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-31fs: Skip atime update on frozen filesystemJan Kara
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara
2012-07-31fs: Improve filesystem freezing handlingJan Kara
2012-07-30nfsd: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-30btrfs: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-30fat: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-30fs: Push mnt_want_write() outside of i_mutexJan Kara
2012-07-30sysfs: Push file_update_time() into bin_page_mkwrite()Jan Kara
2012-07-30gfs2: Push file_update_time() into gfs2_page_mkwrite()Jan Kara
2012-07-309p: Push file_update_time() into v9fs_vm_page_mkwrite()Jan Kara
2012-07-30ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara
2012-07-30fs: Push file_update_time() into __block_page_mkwrite()Jan Kara
2012-07-30simplify lookup_open()/atomic_open() - do the temporary mnt_want_write() earlyAl Viro
2012-07-30fix O_EXCL handling for devicesAl Viro
2012-07-29lockd: handle lockowner allocation failure in nlmclnt_proc()Al Viro
2012-07-29lockd: shift grabbing a reference to nlm_host into nlm_alloc_call()Al Viro
2012-07-29fs: add link restriction audit reportingKees Cook
2012-07-29fs: add link restrictionsKees Cook
2012-07-29vfs: don't let do_last pass negative dentry to audit_inodeJeff Layton
2012-07-29consolidate pipe file creationAl Viro
2012-07-29take grabbing f->f_path to do_dentry_open()Al Viro
2012-07-29uninline file_free_rcu()Al Viro
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro
2012-07-29sanitize ecryptfs_lookup()Al Viro
2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro
2012-07-29mknod: take sanity checks on mode into the very beginningAl Viro
2012-07-29new helper: done_path_create()Al Viro
2012-07-22ext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()Al Viro
2012-07-22btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()Al Viro
2012-07-22switch dentry_open() to struct path, make it grab references itselfAl Viro
2012-07-22ecryptfs: don't reinvent the wheels, please - use struct completionAl Viro
2012-07-22don't expose I_NEW inodes via dentry->d_inodeAl Viro
2012-07-22tidy up namei.c a bitAl Viro
2012-07-22unobfuscate follow_up() a bitAl Viro
2012-07-22ext3: pass custom EOF to generic_file_llseek_size()Eric Sandeen
2012-07-22ext4: use core vfs llseek code for dir seeksEric Sandeen
2012-07-22vfs: allow custom EOF in generic_file_llseek codeEric Sandeen
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara
2012-07-22vfs: Remove unnecessary flushing of block devicesJan Kara
2012-07-22vfs: Make sys_sync writeout also block device inodesJan Kara
2012-07-22vfs: Create function for iterating over block devicesJan Kara
2012-07-22vfs: Reorder operations during sys_syncJan Kara
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackJan Kara
2012-07-22fs/ufs: get rid of write_superArtem Bityutskiy
2012-07-22fs/ufs: re-arrange the code a bitArtem Bityutskiy
2012-07-22fs/ufs: remove extra superblock write on unmountArtem Bityutskiy
2012-07-22fs/sysv: stop using write_super and s_dirtArtem Bityutskiy
2012-07-22fs/sysv: remove another useless write_super callArtem Bityutskiy