]> Pileus Git - ~andy/linux/history - fs
xfs: Convert to new freezing code
[~andy/linux] / fs /
2012-07-31 Jan Karaxfs: Convert to new freezing code
2012-07-31 Jan Karaext4: Convert to new freezing mechanism
2012-07-31 Jan Karafs: Protect write paths by sb_start_write - sb_end_write
2012-07-31 Jan Karafs: Skip atime update on frozen filesystem
2012-07-31 Jan Karafs: Add freezing handling to mnt_want_write() / mnt_dro...
2012-07-31 Jan Karafs: Improve filesystem freezing handling
2012-07-30 Jan Karanfsd: Push mnt_want_write() outside of i_mutex
2012-07-30 Jan Karabtrfs: Push mnt_want_write() outside of i_mutex
2012-07-30 Jan Karafat: Push mnt_want_write() outside of i_mutex
2012-07-30 Jan Karafs: Push mnt_want_write() outside of i_mutex
2012-07-30 Jan Karasysfs: Push file_update_time() into bin_page_mkwrite()
2012-07-30 Jan Karagfs2: Push file_update_time() into gfs2_page_mkwrite()
2012-07-30 Jan Kara9p: Push file_update_time() into v9fs_vm_page_mkwrite()
2012-07-30 Jan Karaceph: Push file_update_time() into ceph_page_mkwrite()
2012-07-30 Jan Karafs: Push file_update_time() into __block_page_mkwrite()
2012-07-30 Al Virosimplify lookup_open()/atomic_open() - do the temporary...
2012-07-30 Al Virofix O_EXCL handling for devices
2012-07-29 Al Virolockd: handle lockowner allocation failure in nlmclnt_p...
2012-07-29 Al Virolockd: shift grabbing a reference to nlm_host into...
2012-07-29 Kees Cookfs: add link restriction audit reporting
2012-07-29 Kees Cookfs: add link restrictions
2012-07-29 Jeff Laytonvfs: don't let do_last pass negative dentry to audit_inode
2012-07-29 Al Viroconsolidate pipe file creation
2012-07-29 Al Virotake grabbing f->f_path to do_dentry_open()
2012-07-29 Al Virouninline file_free_rcu()
2012-07-29 Al Viroecryptfs_lookup_interpose(): allocate dentry_info first
2012-07-29 Al Virosanitize ecryptfs_lookup()
2012-07-29 Al Viropull mnt_want_write()/mnt_drop_write() into kern_path_c...
2012-07-29 Al Viromknod: take sanity checks on mode into the very beginning
2012-07-29 Al Vironew helper: done_path_create()
2012-07-22 Al Viroext4: switch EXT4_IOC_RESIZE_FS to mnt_want_write_file()
2012-07-22 Al Virobtrfs: switch btrfs_ioctl_balance() to mnt_want_write_f...
2012-07-22 Al Viroswitch dentry_open() to struct path, make it grab refer...
2012-07-22 Al Viroecryptfs: don't reinvent the wheels, please - use struc...
2012-07-22 Al Virodon't expose I_NEW inodes via dentry->d_inode
2012-07-22 Al Virotidy up namei.c a bit
2012-07-22 Al Virounobfuscate follow_up() a bit
2012-07-22 Eric Sandeenext3: pass custom EOF to generic_file_llseek_size()
2012-07-22 Eric Sandeenext4: use core vfs llseek code for dir seeks
2012-07-22 Eric Sandeenvfs: allow custom EOF in generic_file_llseek code
2012-07-22 Jan Karavfs: Avoid unnecessary WB_SYNC_NONE writeback during...
2012-07-22 Jan Karavfs: Remove unnecessary flushing of block devices
2012-07-22 Jan Karavfs: Make sys_sync writeout also block device inodes
2012-07-22 Jan Karavfs: Create function for iterating over block devices
2012-07-22 Jan Karavfs: Reorder operations during sys_sync
2012-07-22 Jan Karaquota: Move quota syncing to ->sync_fs method
2012-07-22 Jan Karaquota: Split dquot_quota_sync() to writeback and cache...
2012-07-22 Jan Karavfs: Move noop_backing_dev_info check from sync into...
2012-07-22 Artem Bityutskiyfs/ufs: get rid of write_super
2012-07-22 Artem Bityutskiyfs/ufs: re-arrange the code a bit
2012-07-22 Artem Bityutskiyfs/ufs: remove extra superblock write on unmount
2012-07-22 Artem Bityutskiyfs/sysv: stop using write_super and s_dirt
2012-07-22 Artem Bityutskiyfs/sysv: remove another useless write_super call
2012-07-22 Artem Bityutskiyfs/sysv: remove useless write_super call
2012-07-22 Artem Bityutskiyhfs: get rid of hfs_sync_super
2012-07-22 Artem Bityutskiyhfs: introduce VFS superblock object back-reference
2012-07-22 Artem Bityutskiyhfs: simplify a bit checking for R/O
2012-07-22 Artem Bityutskiyhfs: remove extra mdb write on unmount
2012-07-22 Artem Bityutskiyhfs: get rid of lock_super
2012-07-22 Artem Bityutskiyhfs: push lock_super down
2012-07-22 Artem Bityutskiyhfsplus: get rid of write_super
2012-07-22 Artem Bityutskiyhfsplus: remove useless check
2012-07-22 Artem Bityutskiyhfsplus: amend debugging print
2012-07-22 Artem Bityutskiyhfsplus: make hfsplus_sync_fs static
2012-07-22 Al Viroaio: now fput() is OK from interrupt context; get rid...
2012-07-22 Al Viroswitch fput to task_work_add
2012-07-22 Al Virouse __lookup_hash() in kern_path_parent()
2012-07-14 David HowellsVFS: Split inode_permission()
2012-07-14 David HowellsVFS: Pass mount flags to sget()
2012-07-14 David HowellsVFS: Comment mount following code
2012-07-14 David HowellsVFS: Make clone_mnt()/copy_tree()/collect_mounts()...
2012-07-14 David HowellsVFS: Make chown() and lchown() call fchownat()
2012-07-14 Al Virodo_dentry_open(): close the race with mark_files_ro...
2012-07-14 Al Viromark_files_ro(): don't bother with mntget/mntput
2012-07-14 Andrew Mortonnotify_change(): check that i_mutex is held
2012-07-14 Christoph Hellwigfs: add nd_jump_link
2012-07-14 Christoph Hellwigfs: move path_put on failure out of ->follow_link
2012-07-14 Al Virodebugfs: get rid of useless arguments to debugfs_{mkdir...
2012-07-14 Al Virodebugfs: fold debugfs_create_by_name() into the only...
2012-07-14 Al Virodebugfs: make sure that debugfs_create_file() gets...
2012-07-14 Al Viro__d_unalias() should refuse to move mountpoints
2012-07-14 Al Virosysfs: just use d_materialise_unique()
2012-07-14 Al Virosysfs: switch to ->s_d_op and ->d_release()
2012-07-14 Al Viroget rid of kern_path_parent()
2012-07-14 David HowellsVFS: Fix the banner comment on lookup_open()
2012-07-14 Al Virodon't pass nameidata * to vfs_create()
2012-07-14 Al Virodon't pass nameidata to ->create()
2012-07-14 Al Virofs/namei.c: don't pass nameidata to __lookup_hash(...
2012-07-14 Al Virostop passing nameidata to ->lookup()
2012-07-14 Al Virofs/namei.c: don't pass namedata to lookup_dcache()
2012-07-14 Al Virofs/namei.c: don't pass nameidata to d_revalidate()
2012-07-14 Al Virostop passing nameidata * to ->d_revalidate()
2012-07-14 Al Virofs/nfs/dir.c: switch to passing nd->flags instead of...
2012-07-14 Al Vironfs_lookup_verify_inode() - nd is *always* non-NULL...
2012-07-14 Al Viroswitch nfs_lookup_check_intent() away from nameidata
2012-07-14 Al Virodo_dentry_open(): take initialization of file->f_path...
2012-07-14 Al Virofold __dentry_open() into its sole caller
2012-07-14 Al Viroswitch do_dentry_open() to returning int
2012-07-14 Al Viromake finish_no_open() return int
2012-07-14 Al Virofs/namei.c: get do_last() and friends return int
next