aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24autofs4: fix indirect mount pending expire raceIan Kent3-23/+65
2008-07-24autofs4: fix pending checksIan Kent1-3/+6
2008-07-24autofs4: cleanup redundant readir codeIan Kent1-133/+16
2008-07-24autofs4: indirect dentry must almost always be positiveIan Kent1-3/+14
2008-07-24autofs4: detect invalid direct mount requestsIan Kent1-0/+4
2008-07-24autofs4: fix waitq memory leakIan Kent2-10/+10
2008-07-24autofs4: check kernel communication pipe is valid for writeIan Kent1-2/+14
2008-07-24autofs4: add missing kfreeIan Kent1-1/+3
2008-07-24autofs4: fix pending mount raceIan Kent1-38/+97
2008-07-24autofs4: fix waitq lockingIan Kent2-13/+14
2008-07-24autofs4: use struct qstr in waitq.cJeff Moyer2-44/+46
2008-07-24autofs4: use lookup intent flags to trigger mountsIan Kent1-2/+5
2008-07-24autofs4: don't release directory mutex if called in oz_modeIan Kent1-6/+5
2008-07-24autofs4: fix symlink name allocationIan Kent1-1/+1
2008-07-24autofs4: use look aside list for lookupsIan Kent3-40/+156
2008-07-24autofs4: revert - redo lookup in ttfdIan Kent1-21/+0
2008-07-24autofs4: don't make expiring dentry negativeIan Kent3-78/+52
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow4-26/+23
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow4-13/+42
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison2-10/+5
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison1-23/+14
2008-07-24ecryptfs: string copy cleanupMiklos Szeredi1-12/+6
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen2-7/+6
2008-07-24ecryptfs: discard ecryptfsd registration messages in miscdevTyler Hicks1-59/+0
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow5-22/+251
2008-07-24flag parameters add-on: remove epoll_create size paramUlrich Drepper1-8/+10
2008-07-24flag parameters: check magic constantsUlrich Drepper5-0/+19
2008-07-24flag parameters: NONBLOCK in inotify_initUlrich Drepper1-2/+2
2008-07-24flag parameters: NONBLOCK in pipeUlrich Drepper1-7/+7
2008-07-24flag parameters: NONBLOCK in timerfd_createUlrich Drepper1-2/+2
2008-07-24flag parameters: NONBLOCK in eventfdUlrich Drepper1-2/+2
2008-07-24flag parameters: NONBLOCK in signalfdUlrich Drepper1-2/+2
2008-07-24flag parameters: NONBLOCK in anon_inode_getfdUlrich Drepper1-1/+1
2008-07-24flag parameters: inotify_initUlrich Drepper1-2/+10
2008-07-24flag parameters: pipeUlrich Drepper1-5/+18
2008-07-24flag parameters: dup2Ulrich Drepper1-2/+13
2008-07-24flag parameters: epoll_createUlrich Drepper1-2/+11
2008-07-24flag parameters: timerfd_createUlrich Drepper1-2/+3
2008-07-24flag parameters: eventfdUlrich Drepper1-2/+11
2008-07-24flag parameters: signalfdUlrich Drepper2-6/+22
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper5-8/+10
2008-07-24binfmt_misc: use simple_read_from_buffer()Akinobu Mita1-17/+3
2008-07-24fs: check for statfs overflowJon Tollefson2-5/+6
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-9/+36
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-22/+30
2008-07-24vmallocinfo: add NUMA informationEric Dumazet1-2/+13
2008-07-24SYNC_FILE_RANGE_WRITE may and will block. Document that.Pavel Machek1-1/+2
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeedMel Gorman1-1/+1
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()Mel Gorman1-4/+4
2008-07-24fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2-155/+181