aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy1-10/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro1-3/+3
2012-06-01ext4: hole-punch use truncate_pagecache_rangeHugh Dickins1-2/+2
2012-06-01jbd2: use kmem_cache_zalloc wrapper instead of flagWanlong Gao1-2/+2
2012-05-31ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi1-2/+3
2012-05-31ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi1-0/+1
2012-05-31ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o1-3/+9
2012-05-31ext4: let getattr report the right blocks in delalloc+bigallocTao Ma1-1/+2
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-153/+245
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds32-153/+6772
2012-05-31c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/statCyrill Gorcunov1-3/+17
2012-05-31fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov3-0/+127
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh3-9/+8
2012-05-31eventfd: change int to __u64 in eventfd_signal()Sha Zhengju1-8/+4
2012-05-31fs/nls: add Apple NLSVladimir Serbinenko13-1/+6451
2012-05-31proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov1-0/+12
2012-05-31proc/smaps: carefully handle migration entriesKonstantin Khlebnikov1-8/+10
2012-05-31proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov1-18/+30
2012-05-31procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt1-2/+2
2012-05-31proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan1-4/+4
2012-05-31proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan1-6/+7
2012-05-31proc: use mm_access() instead of ptrace_may_access()Cong Wang1-5/+2
2012-05-31proc: remove mm_for_maps()Cong Wang4-11/+4
2012-05-31proc: clean up /proc/<pid>/environ handlingCong Wang1-21/+24
2012-05-31fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon1-2/+2
2012-05-31fat: add fat_msg_ratelimit()Namjae Jeon1-0/+5
2012-05-31fat: switch to fsinfo_inodeArtem Bityutskiy2-31/+18
2012-05-31fat: mark superblock as dirty less oftenArtem Bityutskiy1-4/+5
2012-05-31fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy1-4/+9
2012-05-31fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2-0/+13
2012-05-31HPFS: remove PRINTK() macroDan Carpenter2-8/+0
2012-05-31nilfs2: flush disk caches in syncingRyusuke Konishi2-11/+21
2012-05-31pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon1-1/+1
2012-05-31introduce SIZE_MAXXi Wang1-1/+1
2012-05-31nfsd4: fix, consolidate client_has_stateJ. Bruce Fields1-11/+4
2012-05-31nfsd4: don't remove rebooted client record until confirmationJ. Bruce Fields1-4/+9
2012-05-31nfsd4: remove some dprintk's and a commentJ. Bruce Fields1-8/+0
2012-05-31nfsd4: return "real" sequence id in confirmed caseJ. Bruce Fields1-1/+1
2012-05-31nfsd4: fix exchange_id to return confirm flagJ. Bruce Fields1-1/+1
2012-05-31nfsd4: clarify that renewing expired client is a bugJ. Bruce Fields1-1/+2
2012-05-31nfsd4: simpler ordering of setclientid_confirm checksJ. Bruce Fields1-13/+11
2012-05-31nfsd4: setclientid: remove pointless assignmentJ. Bruce Fields1-2/+1
2012-05-31nfsd4: fix error return in non-matching-creds caseJ. Bruce Fields1-36/+26
2012-05-31nfsd4: fix setclientid_confirm same_cred checkJ. Bruce Fields1-1/+1
2012-05-31nfsd4: merge 3 setclientid cases to 2J. Bruce Fields1-7/+2
2012-05-31nfsd4: pull out common code from setclientid casesJ. Bruce Fields1-21/+5
2012-05-31nfsd4: merge last two setclientid casesJ. Bruce Fields1-9/+4
2012-05-31nfsd4: setclientid/confirm comment cleanupJ. Bruce Fields1-56/+11
2012-05-31nfsd4: setclientid remove unnecessary terms from a logical expressionJ. Bruce Fields1-3/+2
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields4-9/+9