aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen1-46/+1
2007-10-179p: soften invalidation in loose_modeEric Van Hensbergen1-2/+4
2007-10-179p: attach-per-userLatchesar Ionkov4-60/+195
2007-10-179p: rename uid and gid parametersLatchesar Ionkov3-12/+16
2007-10-179p: define session flagsLatchesar Ionkov3-17/+27
2007-10-179p: Make transports dynamicEric Van Hensbergen3-108/+75
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds90-4739/+2762
2007-10-17security/ cleanupsAdrian Bunk1-2/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn4-7/+22
2007-10-17r/o bind mounts: create cleanup helper svc_msnfs()Dave Hansen1-4/+11
2007-10-17r/o bind mounts: give permission() a local 'mnt' variableDave Hansen1-1/+5
2007-10-17r/o bind mounts: rearrange may_open() to be r/o friendlyDave Hansen1-4/+4
2007-10-17r/o bind mounts: filesystem helpers for custom 'struct file'sDave Hansen3-15/+72
2007-10-17fuse: clean up execute permission checkingMiklos Szeredi1-18/+31
2007-10-17fuse: no ENOENT from fuse device readMiklos Szeredi1-4/+5
2007-10-17fuse: no abort on interruptMiklos Szeredi1-19/+24
2007-10-17fuse: cleanup in releaseMiklos Szeredi2-2/+8
2007-10-17fuse: fix permission checking on sticky directoriesMiklos Szeredi3-2/+18
2007-10-17fuse: refresh stale attributes in fuse_permission()Miklos Szeredi3-43/+31
2007-10-17fuse: set i_nlink to sane value after mountMiklos Szeredi1-0/+1
2007-10-17fuse: fix page invalidationMiklos Szeredi2-2/+2
2007-10-17fuse: truncate on spontaneous size changeMiklos Szeredi2-38/+33
2007-10-17fuse: add reference counting to fuse_fileMiklos Szeredi4-42/+59
2007-10-17fuse: fix reserved request wake upMiklos Szeredi3-2/+7
2007-10-17fuse: update backing_dev_info congestion stateMiklos Szeredi2-1/+12
2007-10-17ext2 reservationsMartin J. Bligh8-479/+1487
2007-10-17introduce I_SYNCJoern Engel5-31/+47
2007-10-17writeback: introduce writeback_control.more_io to indicate more ioFengguang Wu1-0/+2
2007-10-17writeback: remove pages_skipped accounting in __block_write_full_page()Fengguang Wu2-4/+2
2007-10-17writeback: fix ntfs with sb_has_dirty_inodes()Fengguang Wu2-3/+11
2007-10-17writeback: fix time ordering of the per superblock inode lists 8Fengguang Wu1-23/+38
2007-10-17writeback: fix periodic superblock dirty inode flushingKen Chen2-22/+15
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 7Andrew Morton1-2/+2
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 6Andrew Morton1-1/+8
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 5Andrew Morton1-1/+1
2007-10-17writeback: fix comment, use helper functionAndrew Morton1-4/+11
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 4Andrew Morton1-1/+23
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists 3Andrew Morton1-1/+1
2007-10-17writeback: fix time ordering of the per superblock dirty inode lists: memory-backed inodesAndrew Morton1-1/+1
2007-10-17writeback: fix time-ordering of the per-superblock dirty-inode listsAndrew Morton1-1/+25
2007-10-17reiserfs: do not repair wrong journal paramsEdward Shishkin1-43/+57
2007-10-17ext3: lighten up resize transaction requirementsEric Sandeen1-2/+49
2007-10-17F_DUPFD_CLOEXEC implementationUlrich Drepper1-4/+8
2007-10-17spin_lock_unlocked cleanupsRoel Kluin1-2/+2
2007-10-17Break ELF_PLATFORM and stack pointer randomization dependencyFranck Bui-Huu1-8/+8
2007-10-17rename signalfd_siginfo fieldsDavide Libenzi1-22/+22
2007-10-17ext3: remove #ifdef CONFIG_EXT3_INDEXEric Sandeen2-26/+0
2007-10-17fs: correct SuS compliance for open of large file without optionsAlan Cox3-3/+3
2007-10-17anon-inodes use open coded atomic_inc for the shared inodeDavide Libenzi1-13/+12
2007-10-17Don't truncate /proc/PID/environ at 4096 charactersJames Pearson1-23/+72