summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2008-04-29Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds-939/+396
2008-04-29ext4: fix hot spins in mballoc after err_freebuddy and err_freemetaRoel Kluin-5/+3
2008-04-29ext4: fix test ext_generic_write_end() copied return valueRoel Kluin-6/+8
2008-04-29ext3: fix test ext_generic_write_end() copied return valueRoel Kluin-6/+8
2008-04-29ext4: Move mballoc headers/structures to a seperate header file mballoc.hMingming Cao-295/+305
2008-04-29ext4: cleanup for compiling mballoc with verification and debugging #definesSolofo Ramangalahy-6/+6
2008-04-29ext4: don't use ext4_error in ext4_check_descriptorsJosef Bacik-16/+13
2008-04-29ext4: mark inode dirty after initializing the extent treeAneesh Kumar K.V-6/+7
2008-04-29ext4: update ctime and mtime for truncate with extents.Solofo Ramangalahy-0/+2
2008-04-29ext4: Don't do GFP_NOFS allocations after taking ext4_lock_groupAneesh Kumar K.V-14/+15
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig-41/+2021
2008-04-29ext4: fix wrong gfp type under transactionJosef Bacik-9/+9
2008-04-29ext4: Fix hang on umount with quotas when journal is abortedJan Kara-1/+7
2008-04-29ext4: Fix update of mtime and ctime on renameJan Kara-0/+3
2008-04-29trivial: fix user-visible typo in hfsplusDave Jones-1/+1
2008-04-29[CIFS] Remove duplicate call to mode_to_aclSteve French-4/+0
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-1/+91
2008-04-29aio: fix misleading commentsJeff Moyer-4/+1
2008-04-29ncpfs: use get/put_unaligned_* helpersHarvey Harrison-20/+19
2008-04-29isofs: use get/put_unaligned_* helpersHarvey Harrison-6/+6
2008-04-29hfsplus: use get/put_unaligned_* helpersHarvey Harrison-1/+1
2008-04-29fat: use get/put_unaligned_* helpersHarvey Harrison-5/+3
2008-04-29afs: support the CB.ProbeUuid RPC opDavid Howells-0/+108
2008-04-29afs: the AFS RPC op CBGetCapabilities is actually CBTellMeAboutYourselfDavid Howells-14/+14
2008-04-29afs: use the shorter LIST_HEAD for brevityRobert P. J. Day-1/+1
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa-6/+6
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov-2/+2
2008-04-29sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov-39/+11
2008-04-29jbd2: use non-racy method for proc entries creationDenis V. Lunev-13/+4
2008-04-29reiserfs: use non-racy method for proc entries creationDenis V. Lunev-6/+3
2008-04-29ext4: use non-racy method for proc entries creationDenis V. Lunev-11/+4
2008-04-29afs: use non-racy method for proc entries creationDenis V. Lunev-19/+14
2008-04-29nfs: use proc_create to setup de->proc_fopsDenis V. Lunev-8/+6
2008-04-29nfsd: use proc_create to setup de->proc_fopsDenis V. Lunev-2/+2
2008-04-29proc: introduce proc_create_data to setup de->dataDenis V. Lunev-4/+6
2008-04-29proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan-31/+45
2008-04-29proc: remove ->get_info infrastructureAlexey Dobriyan-6/+1
2008-04-29proc: remove proc_root from driversAlexey Dobriyan-2/+2
2008-04-29proc: remove proc_root_driverAlexey Dobriyan-4/+1
2008-04-29proc: remove proc_root_fsAlexey Dobriyan-14/+12
2008-04-29proc: remove proc_busAlexey Dobriyan-3/+2
2008-04-29proc: drop several "PDE valid/invalid" checksAlexey Dobriyan-56/+46
2008-04-29proc: less special case in xlate codeAlexey Dobriyan-3/+6
2008-04-29proc: simplify locking in remove_proc_entry()Alexey Dobriyan-42/+40
2008-04-29procfs: mem permission cleanupRoland McGrath-9/+29
2008-04-29proc: switch to proc_create()Alexey Dobriyan-51/+24
2008-04-29procfs task exe symlinkMatt Helsley-70/+79
2008-04-29proc: print more information when removing non-empty directoriesAlexey Dobriyan-1/+6
2008-04-29elf: fix shadowed variables in fs/binfmt_elf.cWANG Cong-11/+10
2008-04-29BINFMT: fill_elf_header cleanup - use straight memset firstCyrill Gorcunov-6/+3