aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-17fs/udf/balloc.c: mark a variable as uninitialized_var()WANG Cong1-1/+1
2007-10-17menuconfig: transform Network Filesystems menuJan Engelhardt1-2/+14
2007-10-17menuconfig: transform NLS and DLM menusJan Engelhardt2-51/+7
2007-10-17change inotifyfs magic as the same magic is used for futexfsAndrey Mirkin1-1/+3
2007-10-17increase AT_VECTOR_SIZE to terminate saved_auxv properlyOlaf Hering1-0/+3
2007-10-17vfs: use the predefined d_unhashed inline function insteadDenis Cheng1-1/+1
2007-10-17UDF: coding style fixupsCyrill Gorcunov2-36/+23
2007-10-17fs/isofs/namei.c: Remove uninitialized local vars warningBorislav Petkov1-1/+2
2007-10-17reiserfs: workaround for dead loop in finish_unfinishedLepton Wu1-3/+15
2007-10-17add consts where appropriate in fs/nls/*Denys Vlasenko39-1170/+1170
2007-10-17shrink_dcache_sb speedupDenis V. Lunev1-3/+3
2007-10-17reiserfs: fix kernel panic on corrupted directoryLepton Wu1-0/+10
2007-10-17KEYS: Make request_key() and co fundamentally asynchronousDavid Howells1-11/+6
2007-10-17try to reap reiserfs pages left around by invalidatepageChris Mason1-10/+32
2007-10-17dcache: trivial comment fixJ. Bruce Fields1-2/+2
2007-10-17quota: send messages via netlinkJan Kara2-30/+132
2007-10-17Remove valueless definition of hard-selected RAMFS optionRobert P. J. Day3-16/+2
2007-10-17Drop some headers from mm.hAlexey Dobriyan1-1/+1
2007-10-17binfmt_flat: warning fixesAndrew Morton1-6/+8
2007-10-17exec: RT sub-thread can livelock and monopolize CPU on execOleg Nesterov1-13/+15
2007-10-17exec: consolidate 2 fast-pathsOleg Nesterov1-9/+0