summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* hfs: update comment to reflect actual init and exit routinesRobert P. J. Day2008-02-061-1/+1
* address hfs on-disk corruption robustness review commentsEric Sandeen2008-02-064-18/+25
* NCPFS: update diagnostic strings to match routine names.Robert P. J. Day2008-02-061-2/+2
* fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita2008-02-061-5/+2
* fs: use hlist_unhashedAkinobu Mita2008-02-061-1/+1
* proc: loadavg reading raceMichal Schmidt2008-02-061-3/+8
* fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbolJiri Olsa2008-02-061-49/+0
* fs/eventfd.c should #include <linux/syscalls.h>Adrian Bunk2008-02-061-0/+1
* fs/signalfd.c should #include <linux/syscalls.h>Adrian Bunk2008-02-061-0/+1
* fs/utimes.c should #include <linux/syscalls.h>Adrian Bunk2008-02-061-0/+1
* proper prototype for get_filesystem_list()Adrian Bunk2008-02-061-1/+0
* smbfs: fix calculation of kernel_recvmsg size parameter in smb_receive()Jeff Layton2008-02-061-3/+2
* FAT: Fix printk format stringsVegard Nossum2008-02-062-7/+4
* proper show_interrupts() prototypeAdrian Bunk2008-02-061-1/+1
* MNT_UNBINDABLE fixAndries E. Brouwer2008-02-061-0/+2
* SIGIO-driven I/O with inotify queuesDmitry Antipov2008-02-061-0/+14
* ext2: change the default behaviour on errorAneesh Kumar K.V2008-02-061-8/+8
* ext2: return after ext2_error in case of failuresAneesh Kumar K.V2008-02-061-2/+6
* A potential bug in inotify_user.cYan Zheng2008-02-061-1/+14
* fs/fat/: refine chmod checksJan Engelhardt2008-02-061-3/+44
* deprecate smbfs in favour of cifsAndrew Morton2008-02-052-14/+21
* uml: fix hostfs tv_usec calculationsDominique Quatravaux2008-02-051-4/+4
* Add 64-bit capability support to the kernelAndrew Morgan2008-02-052-11/+20
* VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMDavid P. Quigley2008-02-051-7/+8
* VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley2008-02-051-2/+28
* writeback: speed up writeback of big dirty filesFengguang Wu2008-02-051-2/+16
* skip writing data pages when inode is under I_SYNCQi Yong2008-02-051-12/+1
* Fix /proc dcache deadlock in do_exitAndrea Arcangeli2008-02-051-1/+2
* maps4: make page monitoring /proc file optionalMatt Mackall2008-02-053-2/+8
* maps4: add /proc/kpageflags interfaceMatt Mackall2008-02-051-1/+83
* maps4: add /proc/kpagecount interfaceMatt Mackall2008-02-051-0/+50
* maps4: add /proc/pid/pagemap interfaceMatt Mackall2008-02-053-2/+204
* maps4: regroup task_mmu by interfaceMatt Mackall2008-02-051-207/+210
* maps4: move clear_refs code to task_mmu.cMatt Mackall2008-02-053-53/+37
* maps4: simplify interdependence of maps and smapsMatt Mackall2008-02-051-26/+26
* maps4: use pagewalker in clear_refs and smapsMatt Mackall2008-02-051-78/+17
* maps4: add proportional set size accounting in smapsFengguang Wu2008-02-051-1/+27
* hugetlb: allow sticky directory mount optionKen Chen2008-02-051-1/+1
* bufferhead: revert constructor removalChristoph Lameter2008-02-051-3/+15
* is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2008-02-054-7/+4
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-0519-96/+71
* timerfd: new timerfd APIDavide Libenzi2008-02-052-74/+165