aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: ldm.[ch] use get_unaligned_* helpersHarvey Harrison2008-07-252-40/+35
* fix fs/nfs/nfsroot.c compilationAdrian Bunk2008-07-241-1/+1
* UFS: add const to parser token tableSteven Whitehouse2008-07-241-1/+1
* autofs4: remove unused ioctlsIan Kent2008-07-242-69/+1
* autofs4: reorganize expire pending wait function callsIan Kent2008-07-243-65/+40
* autofs4: fix direct mount pending expire race - correctionIan Kent2008-07-241-8/+2
* autofs4: fix direct mount pending expire raceIan Kent2008-07-243-26/+65
* autofs4: fix indirect mount pending expire raceIan Kent2008-07-243-23/+65
* autofs4: fix pending checksIan Kent2008-07-241-3/+6
* autofs4: cleanup redundant readir codeIan Kent2008-07-241-133/+16
* autofs4: indirect dentry must almost always be positiveIan Kent2008-07-241-3/+14
* autofs4: detect invalid direct mount requestsIan Kent2008-07-241-0/+4
* autofs4: fix waitq memory leakIan Kent2008-07-242-10/+10
* autofs4: check kernel communication pipe is valid for writeIan Kent2008-07-241-2/+14
* autofs4: add missing kfreeIan Kent2008-07-241-1/+3
* autofs4: fix pending mount raceIan Kent2008-07-241-38/+97
* autofs4: fix waitq lockingIan Kent2008-07-242-13/+14
* autofs4: use struct qstr in waitq.cJeff Moyer2008-07-242-44/+46
* autofs4: use lookup intent flags to trigger mountsIan Kent2008-07-241-2/+5
* autofs4: don't release directory mutex if called in oz_modeIan Kent2008-07-241-6/+5
* autofs4: fix symlink name allocationIan Kent2008-07-241-1/+1
* autofs4: use look aside list for lookupsIan Kent2008-07-243-40/+156
* autofs4: revert - redo lookup in ttfdIan Kent2008-07-241-21/+0
* autofs4: don't make expiring dentry negativeIan Kent2008-07-243-78/+52
* eCryptfs: Make all persistent file opens delayedMichael Halcrow2008-07-244-26/+23
* eCryptfs: do not try to open device files on mknodMichael Halcrow2008-07-244-13/+42
* ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison2008-07-242-10/+5
* ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison2008-07-241-23/+14
* ecryptfs: string copy cleanupMiklos Szeredi2008-07-241-12/+6
* ecryptfs: propagate key errors up at mount timeEric Sandeen2008-07-242-7/+6
* ecryptfs: discard ecryptfsd registration messages in miscdevTyler Hicks2008-07-241-59/+0
* eCryptfs: Privileged kthread for lower file opensMichael Halcrow2008-07-245-22/+251
* flag parameters add-on: remove epoll_create size paramUlrich Drepper2008-07-241-8/+10
* flag parameters: check magic constantsUlrich Drepper2008-07-245-0/+19
* flag parameters: NONBLOCK in inotify_initUlrich Drepper2008-07-241-2/+2
* flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-241-7/+7
* flag parameters: NONBLOCK in timerfd_createUlrich Drepper2008-07-241-2/+2
* flag parameters: NONBLOCK in eventfdUlrich Drepper2008-07-241-2/+2
* flag parameters: NONBLOCK in signalfdUlrich Drepper2008-07-241-2/+2
* flag parameters: NONBLOCK in anon_inode_getfdUlrich Drepper2008-07-241-1/+1
* flag parameters: inotify_initUlrich Drepper2008-07-241-2/+10
* flag parameters: pipeUlrich Drepper2008-07-241-5/+18
* flag parameters: dup2Ulrich Drepper2008-07-241-2/+13
* flag parameters: epoll_createUlrich Drepper2008-07-241-2/+11
* flag parameters: timerfd_createUlrich Drepper2008-07-241-2/+3
* flag parameters: eventfdUlrich Drepper2008-07-241-2/+11
* flag parameters: signalfdUlrich Drepper2008-07-242-6/+22
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-245-8/+10
* binfmt_misc: use simple_read_from_buffer()Akinobu Mita2008-07-241-17/+3
* fs: check for statfs overflowJon Tollefson2008-07-242-5/+6