aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-0716-24/+24
* fs menu: small reorgRandy Dunlap2008-02-071-47/+46
* VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok2008-02-071-54/+75
* VFS: swap do_ioctl and vfs_ioctl namesErez Zadok2008-02-072-9/+21
* VFS: apply coding standards to fs/ioctl.cErez Zadok2008-02-071-80/+84
* gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov2008-02-072-8/+13
* gfs2: make gfs2_holder.gh_owner_pid be a struct pid *Pavel Emelyanov2008-02-073-9/+15
* 9p: transport API reorganizationEric Van Hensbergen2008-02-062-43/+13
* 9p: fix mmap to be read-onlyEric Van Hensbergen2008-02-061-2/+2
* 9p: add support for sticky bitAnthony Liguori2008-02-061-0/+5
* 9p: fix bug in attach-per-userEric Van Hensbergen2008-02-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-02-061-1/+1
|\
| * brk randomization: introduce CONFIG_COMPAT_BRKIngo Molnar2008-02-061-1/+1
* | ext3: fix lock inversion in direct IOJan Kara2008-02-061-54/+52
* | ext3: remove unused code from ext3_find_entry()Mariusz Kozlowski2008-02-061-4/+0
* | ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita2008-02-063-14/+3
* | ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita2008-02-063-16/+8
* | ext[234]: use ext[234]_get_group_desc()Akinobu Mita2008-02-063-27/+12
* | ext[234]: fix comment for nonexistent variableAkinobu Mita2008-02-063-4/+4
* | ext3: change the default behaviour on errorAneesh Kumar K.V2008-02-061-8/+8
* | ext3: return after ext3_error in case of failuresAneesh Kumar K.V2008-02-061-2/+6
* | make jbd/journal.c:__journal_abort_hard() staticAdrian Bunk2008-02-061-1/+1
* | BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2Andi Kleen2008-02-062-2/+2
* | BKL-removal: remove incorrect BKL comment in ext2Andi Kleen2008-02-061-1/+0
* | BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen2008-02-064-14/+7
* | ext3: add block bitmap validationAneesh Kumar K.V2008-02-061-8/+70
* | ext2: add block bitmap validationAneesh Kumar K.V2008-02-061-9/+72
* | fuse: limit queued background requestsMiklos Szeredi2008-02-063-46/+74
* | fuse: save space in struct fuse_reqMiklos Szeredi2008-02-062-13/+13
* | fuse: fix attribute caching after createMiklos Szeredi2008-02-061-0/+1
* | ecryptfs: check for existing key_tfm at mount timeEric Sandeen2008-02-063-17/+63
* | eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland2008-02-063-10/+10
* | eCryptfs: Minor fixes to printk messagesMichael Halcrow2008-02-063-8/+10
* | ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen2008-02-062-20/+7
* | ecryptfs: make show_options reflect actual mount optionsEric Sandeen2008-02-061-21/+31
* | eCryptfs: set inode key only once per crypto operationTrevor Highland2008-02-062-2/+6
* | eCryptfs: track header bytes rather than extentsMichael Halcrow2008-02-065-84/+51
* | fs/ecryptfs/: possible cleanupsAdrian Bunk2008-02-066-18/+8
* | make sys_poll() wait at least timeout msKarsten Wiese2008-02-061-1/+1
* | Use ilog2() in fs/namespace.cEric Dumazet2008-02-061-34/+11
* | partition: use DEFAULT_SGI_PARTITION for SGI_PARTION defaultThomas Bogendoerfer2008-02-061-1/+1
* | ext2: xip check fixNick Piggin2008-02-061-2/+1
* | fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-1/+1
* | quota: improve inode list scanning in add_dquot_ref()Jan Kara2008-02-061-5/+10
* | inotify: remove debug codeNick Piggin2008-02-062-15/+5
* | inotify: fix raceNick Piggin2008-02-061-3/+10
* | kill an unused PTR_ERR in bdev_cache_init()Qi Yong2008-02-061-1/+0
* | get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet2008-02-061-3/+5
* | reiserfs: complement va_start() with va_end().Richard Knutsson2008-02-061-0/+2
* | inotify: send IN_ATTRIB events when link count changesJan Kara2008-02-061-1/+2