summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-04-01epoll: don't use current in irq contextTony Battersby1-7/+8
2009-04-01epoll: remove debugging codeDavide Libenzi1-67/+11
2009-04-01epoll: fix epoll's own poll (update)Davide Libenzi1-53/+57
2009-04-01epoll: fix epoll's own pollDavide Libenzi1-207/+304
2009-04-01ntfs: remove private wrapper of endian helpersHarvey Harrison7-227/+215
2009-04-01filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen1-0/+33
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki1-1/+1
2009-04-01ramfs-nommu: use generic lru cacheJohannes Weiner1-11/+4
2009-04-01mm: page_mkwrite change prototype to match fault: fix sysfsHugh Dickins1-4/+4
2009-04-01fs: fix page_mkwrite error cases in core code and btrfsNick Piggin2-8/+15
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin11-15/+37
2009-04-01mm: reintroduce and deprecate rlimit based access for SHM_HUGETLBRavikiran G Thirumalai1-2/+11
2009-04-01mm: fix SHM_HUGETLB to work with users in hugetlb_shm_groupRavikiran G Thirumalai1-7/+1
2009-04-01vfs: add/use account_page_dirtied()Edward Shishkin1-8/+1
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan1-14/+4
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan1-7/+13
2009-04-01Remove two unneeded exports and make two symbols static in fs/mpage.cDmitri Vorobiev1-4/+9
2009-04-01Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro2-1/+1
2009-04-01Trim includes of fdtable.hAl Viro1-1/+0
2009-04-01Don't crap into descriptor table in binfmt_somAl Viro1-7/+0
2009-04-01Trim includes in binfmt_elfAl Viro1-7/+0
2009-04-01Don't mess with descriptor table in load_elf_binary()Al Viro1-13/+2
2009-04-01Get rid of indirect include of fs_struct.hAl Viro8-0/+8
2009-04-01New helper - current_umask()Al Viro22-28/+34
2009-04-01check_unsafe_exec() doesn't care about signal handlers sharingAl Viro1-5/+2
2009-04-01New locking/refcounting for fs_structAl Viro5-29/+91
2009-04-01Take fs_struct handling to new file (fs/fs_struct.c)Al Viro6-81/+150
2009-04-01Get rid of bumping fs_struct refcount in pivot_root(2)Al Viro1-9/+17
2009-03-31Btrfs: try to free metadata pages when we free btree blocksChris Mason1-0/+4
2009-03-31Btrfs: add extra flushing for renames and truncatesChris Mason8-7/+288
2009-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-1/+1
2009-03-31Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds12-75/+81
2009-03-31reiserfs: xattr_create is unused with xattrs disabledJeff Mahoney1-0/+2
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan1-20/+18
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan7-26/+4
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan3-11/+40
2009-03-31proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary1-4/+4
2009-03-31proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2-14/+15
2009-03-30Merge branch 'reiserfs-updates' from Jeff MahoneyLinus Torvalds27-3442/+3170
2009-03-30reiserfs: rename [cn]_* variablesJeff Mahoney4-442/+438
2009-03-30reiserfs: rename p_._ variablesJeff Mahoney4-333/+342
2009-03-30reiserfs: rename p_s_tb to tbJeff Mahoney2-250/+253
2009-03-30reiserfs: rename p_s_inode to inodeJeff Mahoney4-87/+93
2009-03-30reiserfs: rename p_s_bh to bhJeff Mahoney2-82/+75
2009-03-30reiserfs: rename p_s_sb to sbJeff Mahoney4-462/+461
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney18-177/+177
2009-03-30reiserfs: cleanup path functionsJeff Mahoney2-74/+43
2009-03-30reiserfs: factor out buffer_info initializationJeff Mahoney1-115/+60
2009-03-30reiserfs: add atomic addition of selinux attributes during inode creationJeff Mahoney3-5/+102
2009-03-30reiserfs: use generic readdir for operations across all xattrsJeff Mahoney2-300/+130