aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-25latencytop: change /proc task_struct access methodHiroshi Shimamoto1-28/+12
2008-02-25latencytop: fix memory leak on latency proc fileHiroshi Shimamoto1-1/+10
2008-02-25latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto1-0/+2
2008-02-23proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo1-0/+1
2008-02-23efs: move headers out of include/linux/Christoph Hellwig7-9/+150
2008-02-23/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld1-1/+1
2008-02-23ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin1-1/+1
2008-02-23fuse: fix permission checkingMiklos Szeredi1-1/+1
2008-02-23ext4: ext4_find_next_zero_bit needs an aligned address on some archAneesh Kumar K.V1-22/+40
2008-02-25ext4: set EXT4_EXTENTS_FL only for directory and regular filesAneesh Kumar K.V2-8/+15
2008-02-25ext4: Don't mark filesystem error if fallocate failsAneesh Kumar K.V1-5/+6
2008-02-25ext4: Fix BUG when writing to an unitialized extentMingming Cao2-3/+57
2008-02-21Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds7-9/+10
2008-02-21Wrap buffers used for rpc debug printks into RPC_IFDEBUGPavel Emelyanov3-3/+3
2008-02-21dlm: fix rcom_names message to selfDavid Teigland1-0/+2
2008-02-20Remove empty file remnants that were left in the tree by mistakeLinus Torvalds1-0/+0
2008-02-20nfs: fix sparse warningsHarvey Harrison4-6/+6
2008-02-20NFS: flush signals before taking down callback threadJeff Layton1-0/+1
2008-02-19fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2-198/+1
2008-02-19make struct def_blk_aops staticAdrian Bunk1-1/+3
2008-02-18[CIFS] fix build break when proc disabledSteve French1-2/+2
2008-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linusLachlan McIlroy331-5583/+8635
2008-02-18[XFS] Added quota targets and removed dmapi directoryLachlan McIlroy1-18/+13
2008-02-18[XFS] Fix up xfs out-of-tree builds. (a.k.a. external modules)Eric Sandeen1-1/+1
2008-02-18[XFS] Remove Makefile wrappers in XFSAndi Kleen3-124/+122
2008-02-15Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French389-8244/+10005
2008-02-15[CIFS] factoring out common code in get_inode_info functionsChristoph Hellwig1-63/+43
2008-02-15ext4: Don't use ext4_dec_count() if not neededTheodore Ts'o1-3/+3
2008-02-15[CIFS] fix prepath conversion when server supports posix pathsSteve French1-1/+7
2008-02-15[CIFS] Only convert / when server does not support posix pathsIgor Mammedov1-2/+11
2008-02-15ext4: modify block allocation algorithm for the last groupValerie Clement2-2/+14
2008-02-15ext4: Don't claim block from group which has corrupt bitmapAneesh Kumar K.V1-1/+15
2008-02-22ext4: Get journal write access before modifying the extent treeAneesh Kumar K.V1-3/+8
2008-02-25ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent()Aneesh Kumar K.V2-3/+8
2008-02-22ext4: Don't leave behind a half-created inode if ext4_mkdir() failsAneesh Kumar K.V1-7/+4
2008-02-15ext4: Fix kernel BUG at fs/ext4/mballoc.c:910!Valerie Clement1-1/+1
2008-02-15Merge branch 'linus_origin' into hotfixesTrond Myklebust48-703/+689
2008-02-15[CIFS] Fix mixed case name in structure dfs_info3_paramIgor Mammedov2-2/+2
2008-02-15ext4: Fix locking hierarchy violation in ext4_fallocate()Aneesh Kumar K.V1-7/+3
2008-02-25Remove incorrect BKL comments in ext4Andi Kleen2-2/+1
2008-02-14dentries: Extract common code to remove dentry from lruChristoph Lameter1-28/+14
2008-02-14d_path: Make d_path() use a struct pathJan Blunck6-13/+10
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck5-10/+11
2008-02-14Use struct path in struct svc_expkeyJan Blunck1-17/+13
2008-02-14Use struct path in struct svc_exportJan Blunck8-67/+65
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck1-19/+15
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck4-41/+33
2008-02-14d_path: kerneldoc cleanupJan Blunck1-3/+16
2008-02-14One less parameter to __d_pathJan Blunck1-7/+5
2008-02-14Make set_fs_{root,pwd} take a struct pathJan Blunck2-22/+18