summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2009-04-28NFSD: Prevent a buffer overflow in svc_xprt_names()Chuck Lever
2009-04-28NFSD: move lockd_up() before svc_addsock()Chuck Lever
2009-04-28NFSD: Finish refactoring __write_ports()Chuck Lever
2009-04-28NFSD: Note an additional requirement when passing TCP sockets to portlistChuck Lever
2009-04-28NFSD: Refactor socket creation out of __write_ports()Chuck Lever
2009-04-28NFSD: Refactor portlist socket closing into a helperChuck Lever
2009-04-28NFSD: Refactor transport addition out of __write_ports()Chuck Lever
2009-04-28NFSD: Refactor transport removal out of __write_ports()Chuck Lever
2009-04-28fuse: export symbols to be used by CUSETejun Heo
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo
2009-04-28fuse: don't use inode in fuse_file_pollMiklos Szeredi
2009-04-28fuse: don't use inode in fuse_do_ioctl() helperMiklos Szeredi
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi
2009-04-28fuse: prepare fuse_direct_io() for CUSEMiklos Szeredi
2009-04-28fuse: clean up fuse_write_fill()Miklos Szeredi
2009-04-28fuse: use struct path in release structureMiklos Szeredi
2009-04-28fuse: destroy bdi on errorMiklos Szeredi
2009-04-28fuse: misc cleanupsTejun Heo
2009-04-28block: implement blkdev_readpagesJeff Moyer
2009-04-27ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o
2009-04-27ext3: avoid unnecessary spinlock in critical POSIX ACL pathLinus Torvalds
2009-06-17ext4: convert instrumentation from markers to tracepointsTheodore Ts'o
2009-06-17jbd2: convert instrumentation from markers to tracepointsTheodore Ts'o
2009-04-27eCryptfs: Fix min function comparison warningTyler Hicks
2009-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-04-27ecryptfs: fix printk format warningRandy Dunlap
2009-04-27Btrfs: look for acls during btrfs_read_locked_inodeChris Mason
2009-04-27Btrfs: fix acl cachingChris Mason
2009-04-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-04-27ext2: missing unlock in ext2_quota_write()Dan Carpenter
2009-04-27quota: remove obsolete comments in fs/quota/MakefileChristoph Hellwig
2009-04-27Btrfs: Fix a bunch of printk() warnings.Joel Becker
2009-04-27Btrfs: Fix a trivial warning using max() of u64 vs ULL.Joel Becker
2009-04-27Btrfs: remove unused btrfs_bit_radix slabChris Mason
2009-04-27Btrfs: ratelimit IO error printksChris Mason
2009-04-27Btrfs: remove #if 0 codeChris Mason
2009-04-27Btrfs: When shrinking, only update disk size on successChris Ball
2009-04-25ext4: Replace lock/unlock_super() with an explicit lock for resizingTheodore Ts'o
2009-04-25ext4: Replace lock/unlock_super() with an explicit lock for the orphan listTheodore Ts'o
2009-05-01ext4: ext4_mark_recovery_complete() doesn't need to use lock_superTheodore Ts'o
2009-04-25ext4: Remove outdated comment about lock_super()Theodore Ts'o
2009-05-01ext4: Avoid races caused by on-line resizing and SMP memory reorderingTheodore Ts'o
2009-05-01ext4: Use separate super_operations structure for no_journal filesystemsTheodore Ts'o
2009-04-30ext4: Fix and simplify s_dirt handlingTheodore Ts'o
2009-05-01ext4: Simplify ext4_commit_super()'s function signatureTheodore Ts'o
2009-04-24ext4: Use is_power_of_2() for clarityTheodore Ts'o