aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06partition: use DEFAULT_SGI_PARTITION for SGI_PARTION defaultThomas Bogendoerfer1-1/+1
2008-02-06ext2: xip check fixNick Piggin1-2/+1
2008-02-06fs/reiserfs/xattr.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-02-06quota: improve inode list scanning in add_dquot_ref()Jan Kara1-5/+10
2008-02-06inotify: remove debug codeNick Piggin2-15/+5
2008-02-06inotify: fix raceNick Piggin1-3/+10
2008-02-06kill an unused PTR_ERR in bdev_cache_init()Qi Yong1-1/+0
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet1-3/+5
2008-02-06reiserfs: complement va_start() with va_end().Richard Knutsson1-0/+2
2008-02-06inotify: send IN_ATTRIB events when link count changesJan Kara1-1/+2
2008-02-06hfs: update comment to reflect actual init and exit routinesRobert P. J. Day1-1/+1
2008-02-06address hfs on-disk corruption robustness review commentsEric Sandeen4-18/+25
2008-02-06NCPFS: update diagnostic strings to match routine names.Robert P. J. Day1-2/+2
2008-02-06fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita1-5/+2
2008-02-06fs: use hlist_unhashedAkinobu Mita1-1/+1
2008-02-06proc: loadavg reading raceMichal Schmidt1-3/+8
2008-02-06fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbolJiri Olsa1-49/+0
2008-02-06fs/eventfd.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-06fs/signalfd.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-06fs/utimes.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk1-1/+0
2008-02-06smbfs: fix calculation of kernel_recvmsg size parameter in smb_receive()Jeff Layton1-3/+2
2008-02-06FAT: Fix printk format stringsVegard Nossum2-7/+4
2008-02-06proper show_interrupts() prototypeAdrian Bunk1-1/+1
2008-02-06MNT_UNBINDABLE fixAndries E. Brouwer1-0/+2
2008-02-06SIGIO-driven I/O with inotify queuesDmitry Antipov1-0/+14
2008-02-06ext2: change the default behaviour on errorAneesh Kumar K.V1-8/+8
2008-02-06ext2: return after ext2_error in case of failuresAneesh Kumar K.V1-2/+6
2008-02-06A potential bug in inotify_user.cYan Zheng1-1/+14
2008-02-06fs/fat/: refine chmod checksJan Engelhardt1-3/+44
2008-02-05deprecate smbfs in favour of cifsAndrew Morton2-14/+21
2008-02-05uml: fix hostfs tv_usec calculationsDominique Quatravaux1-4/+4
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan2-11/+20
2008-02-05VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMDavid P. Quigley1-7/+8
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley1-2/+28
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu1-2/+16
2008-02-05skip writing data pages when inode is under I_SYNCQi Yong1-12/+1
2008-02-05Fix /proc dcache deadlock in do_exitAndrea Arcangeli1-1/+2
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall3-2/+8
2008-02-05maps4: add /proc/kpageflags interfaceMatt Mackall1-1/+83
2008-02-05maps4: add /proc/kpagecount interfaceMatt Mackall1-0/+50
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall3-2/+204
2008-02-05maps4: regroup task_mmu by interfaceMatt Mackall1-207/+210
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall3-53/+37
2008-02-05maps4: simplify interdependence of maps and smapsMatt Mackall1-26/+26
2008-02-05maps4: use pagewalker in clear_refs and smapsMatt Mackall1-78/+17
2008-02-05maps4: add proportional set size accounting in smapsFengguang Wu1-1/+27
2008-02-05hugetlb: allow sticky directory mount optionKen Chen1-1/+1
2008-02-05bufferhead: revert constructor removalChristoph Lameter1-3/+15
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter4-7/+4