summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-3132-153/+6772
|\
| * c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov2012-05-311-3/+17
| * fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov2012-05-313-0/+127
| * aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-05-313-9/+8
| * eventfd: change int to __u64 in eventfd_signal()Sha Zhengju2012-05-311-8/+4
| * fs/nls: add Apple NLSVladimir Serbinenko2012-05-3113-1/+6451
| * proc/smaps: show amount of nonlinear ptes in vmaKonstantin Khlebnikov2012-05-311-0/+12
| * proc/smaps: carefully handle migration entriesKonstantin Khlebnikov2012-05-311-8/+10
| * proc: report file/anon bit in /proc/pid/pagemapKonstantin Khlebnikov2012-05-311-18/+30
| * procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt2012-05-311-2/+2
| * proc: pass "fd" by value in /proc/*/{fd,fdinfo} codeAlexey Dobriyan2012-05-311-4/+4
| * proc: don't do dummy rcu_read_lock/rcu_read_unlock on error pathAlexey Dobriyan2012-05-311-6/+7
| * proc: use mm_access() instead of ptrace_may_access()Cong Wang2012-05-311-5/+2
| * proc: remove mm_for_maps()Cong Wang2012-05-314-11/+4
| * proc: clean up /proc/<pid>/environ handlingCong Wang2012-05-311-21/+24
| * fat: use fat_msg_ratelimit() in fat__get_entry()Namjae Jeon2012-05-311-2/+2
| * fat: add fat_msg_ratelimit()Namjae Jeon2012-05-311-0/+5
| * fat: switch to fsinfo_inodeArtem Bityutskiy2012-05-312-31/+18
| * fat: mark superblock as dirty less oftenArtem Bityutskiy2012-05-311-4/+5
| * fat: introduce mark_fsinfo_dirty helperArtem Bityutskiy2012-05-311-4/+9
| * fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2012-05-312-0/+13
| * HPFS: remove PRINTK() macroDan Carpenter2012-05-312-8/+0
| * nilfs2: flush disk caches in syncingRyusuke Konishi2012-05-312-11/+21
| * pipe: return -ENOIOCTLCMD instead of -EINVAL on unknown ioctl commandWill Deacon2012-05-311-1/+1
| * introduce SIZE_MAXXi Wang2012-05-311-1/+1
* | NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-315-48/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2012-05-306-98/+75
|\ \
| * | ceph: use info returned by get_authorizerAlex Elder2012-05-171-8/+1
| * | ceph: have get_authorizer methods return pointersAlex Elder2012-05-171-7/+13
| * | ceph: ensure auth ops are defined before useAlex Elder2012-05-171-8/+6
| * | ceph: messenger: reduce args to create_authorizerAlex Elder2012-05-171-15/+12
| * | ceph: define ceph_auth_handshake typeAlex Elder2012-05-172-19/+18
| * | ceph: ignore preferred_osd fieldSage Weil2012-05-161-4/+0
| * | ceph: fully initialize new layoutSage Weil2012-05-162-6/+15
| * | ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil2012-05-071-44/+38
| * | ceph: drop support for preferred_osd pgsSage Weil2012-05-073-20/+5
* | | Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-303-3/+64
|\ \ \
| * \ \ Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-0184-617/+761
| |\ \ \
| * | | | vmsplice: relax alignement requirements for SPLICE_F_GIFTEric Dumazet2012-04-201-2/+2
| * | | | Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-01561-13645/+26923
| |\ \ \ \
| * | | | | block: remove ioc_*_changed()Tejun Heo2012-03-201-1/+1
| * | | | | block: implement bio_associate_current()Tejun Heo2012-03-061-0/+61
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-293-4/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes2012-05-291-2/+3
| * | | | | mm/fs: remove truncate_rangeHugh Dickins2012-05-291-1/+0
| * | | | | mm: fix NULL ptr deref when walking hugepagesSasha Levin2012-05-291-1/+1
* | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-05-2917-587/+1039
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cifs: fix oops while traversing open file list (try #4)Shirish Pargaonkar2012-05-232-24/+34
| * | | | | cifs: Fix comment as d_alloc_root() is replaced by d_make_root()Sedat Dilek2012-05-231-1/+1
| * | | | | CIFS: Introduce SMB2 mounts as vers=2.1Steve French2012-05-234-1/+41